docs: add docs for GtkWidgetAuxInfo
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 15:28:23 +0000 (10:28 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:33:45 +0000 (13:33 -0500)
gtk/gtkwidget.h

index 72e0c3fdf0a9d450b47707226885330b13cc1f0d..77ece36bf2e35c584589bc949c8bcab6c9543acf 100644 (file)
@@ -600,6 +600,15 @@ struct _GtkWidgetClass
   void (*_gtk_reserved7) (void);
 };
 
+/**
+ * GtkWidgetAuxInfo:
+ * @width: the widget's width
+ * @height: the widget's height
+ * @halign: the widget's horizontal alignment
+ * @valign: the widget's horizontal alignment
+ * @margin: the widget's #GtkBorder margins
+ *
+ */
 struct _GtkWidgetAuxInfo
 {
   gint width;